home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / apache / conf / ssl.crl / README.CRL < prev   
Encoding:
Text File  |  2001-10-16  |  320 b   |  12 lines

  1.  
  2.  This is the ssl.crl/ directory of Apache/mod_ssl where
  3.  PEM-encoded X.509 Certificate Revocation Lists (CRL) for SSL are stored.
  4.  
  5.  Per default this directory contains no CRLs.
  6.  
  7.  You can view the ingredients of a particular CRL file in plain text
  8.  by running the command:
  9.  
  10.    $ openssl crl -noout -text -in <name>.crl
  11.  
  12.